home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / dev / c / GAPLib.lha / GAPLib / README.TXT < prev    next >
Encoding:
Text File  |  1999-05-25  |  1.6 KB  |  63 lines

  1.  
  2. GAP-Lib, a Genetic Algorith Programming Library.
  3.  
  4. To compile:
  5.     Type "make <target>" where <target> is one of
  6.     the targets listed if you type just "make".
  7.  
  8. To install: (You might have to ask your system administrator to do this)
  9.     First compile, then copy include/GAP.h to wherever
  10.     your includes reside and copy lib/libhal.a to somewhere
  11.     in your library search path.
  12.  
  13. Amiga & SAS/C:
  14.     Compile as usual (target=amiga), copy include/GAP.h to include:
  15.     and lib/GAP.lib to lib:. Note that the default configuration
  16.     of GAP-Lib for Amiga requires a FPU (Floating Point Unit).
  17.  
  18. The contents of this directory should be as follows:
  19.  
  20. README.TXT    - This file.
  21.  
  22. README.StormC    - Explaining why I do not support StormC (Amiga).
  23.  
  24. Checksums    - MD5 Checksums for all files except
  25.           "Checksums" and "Checksums.sig".
  26.  
  27. Checksums.sig    - PGP signature for "Checksums".
  28.  
  29. doc        - This directory contains Documentation and an Introduction.
  30.           The docs are in Text (ISO-8859-1), PostScript(tm), 
  31.           AmigaGuide(tm) and HTML format.
  32.  
  33. examples    - Example sources.
  34.  
  35. gaplib        - Library sources.
  36.  
  37. genomes        - Example genomes.
  38.  
  39. include        - Library includes.
  40.  
  41. lib        - Compiled libraries.
  42.  
  43. diagnostic    - Diagnostic sources (For testing GAP-Lib functions).
  44.  
  45. Amiga.sh    - Make utility-script.
  46.  
  47. Makefile    - Standard makefile.
  48.  
  49. Makefile.info    - Amiga(tm) Icon file.
  50.  
  51. unixcc.sh    - Make utility-script.
  52.  
  53. utility        - Utility sources for GAP-Lib (Report file generation).
  54.  
  55. wrapper        - C++ Wrapper class for GAP-Lib.
  56.  
  57. images        - Visualizations of some functions found in the
  58.           examples directory.
  59.  
  60. wizards        - Magic programs to automate some tasks which you thought
  61.           were horribly complicated.
  62.  
  63.